home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_5 / PlaceObject2_167_218 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  167 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    x = _root.ship._x;
  3.    y = _root.ship._y;
  4.    if(0 < x and y < 255 and 115 < y and x < 550)
  5.    {
  6.       _root.ship._x = x - 8;
  7.    }
  8. }
  9.